react-barebones-ts
v1.4.3
Published
Barebones UI is a collection of React Components to build user interfaces, prototypes and fully functional apps for the web.
Downloads
8
Readme
Barebones UI 1.0.0
Barebones UI is a collection of React Components to build user interfaces, prototypes and fully functional apps for the web.
Check out the Storybook Docs:
Features
- User-friendly and easy to implement UI for web applications.
- Built with TypeScript, React and SCSS Modules
- Customization of components through props, and css classes
- Bundled with a custom CSS framework similar to Bootstrap or Tailwind
Installation
npm install react-barebones-ts
Usage
import { Button } from 'react-barebones-ts';
<Button
variant='primary'
action={() => {}}
>
Primary button
</Button>