1.4.3 • Published 1 month ago

react-barebones-ts v1.4.3

Weekly downloads
-
License
-
Repository
-
Last release
1 month ago

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:

storybook-logo.png

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>

Components

1.4.3

1 month ago

1.4.2

1 month ago

1.4.1

1 month ago

1.4.0

1 month ago

1.3.1

2 months ago

1.3.0

2 months ago

1.2.7

2 months ago

1.2.6

2 months ago

1.2.5

10 months ago

1.2.4

10 months ago

1.2.3

10 months ago

1.2.2

10 months ago

1.2.1

10 months ago

1.2.0

10 months ago

1.1.0

10 months ago

1.0.0

10 months ago