WebStencils UI
WebStencils UI is a collection of React components and styles that can be used to build user interfaces for web applications.
Installation
To install the package, run:
npm install @webstencils/ui
If you are using yarn, run:
yarn add @webstencils/ui
Usage
To install the styles, import the following CSS file in your project:
@import '@webstencils/ui/dist/style.css';