0.11.3 • Published 5 days ago

react-forge-ui v0.11.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Deploy Storybook Post-merge tasks types included npm version npm bundle size

Forge React components library

NPM library Create React App template logo

React Forge UI is component library built for modern browsers. Each component tries to utilize built in browser APIs to full extent.

Features

  • Supports Typescript, bundled types.
  • ESM and commonjs bundles.
  • Compatible with Nextjs.
  • CSS Flex column-based layout.
  • Inputs compatible with react-hook-form and similar libraries.
  • Built-in form validation.
  • Typography components.

See Forge Storybook.

Quickstart

Install library with the package manager of your choice

npm i react-forge-ui

Include Forge css styles and wrap your application with Provider.

import {Provider} from 'react-forge-ui';
import 'react-forge-ui/dist/style.css'

const App = ({children}) => {
    //...
    return <Provider>{children}</Provider>
}

Acknowledgments

This project is developed using amazing Webstorm IDE provided by Jetbrains.

0.11.1

5 days ago

0.11.2

5 days ago

0.11.3

5 days ago

0.11.0

8 days ago

0.10.0

9 days ago

0.9.0

29 days ago

0.8.2

1 month ago

0.8.1

1 month ago

0.8.0

1 month ago

0.7.0

1 month ago

0.6.1

1 month ago

0.6.0

1 month ago

0.5.1

2 months ago

0.5.0

2 months ago

0.4.0

2 months ago

0.3.4

2 months ago

0.3.2

2 months ago

0.3.3

2 months ago

0.3.1

2 months ago

0.3.0

2 months ago

0.2.1

3 months ago

0.2.0

3 months ago

0.1.3

3 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago