Reusable-UI Core
Reusable-UI Core is a building block (framework) for making any Reusable-UI Components. It also governs the interaction between components.
This core is intended for component developers. So, if you want to create a new kind of component which is compatible with Reusable-UI Components, this core is a great starting point.
To install the Reusable-UI Core, open the terminal window on your code editor and type:
# npm:
npm install @reusable-ui/core
# yarn:
yarn add @reusable-ui/core
# pnpm:
pnpm add @reusable-ui/core
Don't have an idea to create a Reusable-UI component? Don't worry, we made a tutorial creating a Reusable-UI component for you.