1.4.3 • Published 1 year ago

react-barebones-ts v1.4.3

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.7

1 year ago

1.2.6

1 year ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago