react-barebones-ts
TypeScript icon, indicating that this package has built-in type declarations

1.4.3 • Public • Published

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

Component Status Version
Alert 1.0.0
Avatar TBD
Badge 1.0.0
Block 1.0.0
Button 1.0.0
Card TBD
Checkbox TBD
Dropdown 1.0.0
Grid 1.0.0
Input 1.0.0
Link TBD
Modal 1.0.0
Popup TBD
Radio TBD
Tag TBD
Text 1.0.0
Tooltip TBD

Readme

Keywords

none

Package Sidebar

Install

npm i react-barebones-ts

Weekly Downloads

1

Version

1.4.3

License

none

Unpacked Size

134 kB

Total Files

30

Last publish

Collaborators

  • wimogas