0.12.18 • Published 12 months ago

react-forge-ui v0.12.18

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Rename notice

Forge name is already taken by another library. So from now on this library name is Koval UI. Please update your dependencies to "koval-ui": "0.12.19".

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

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.8

1 year ago

0.11.9

1 year ago

0.11.5

1 year ago

0.11.6

1 year ago

0.11.7

1 year ago

0.12.10

1 year ago

0.12.11

1 year ago

0.12.7

1 year ago

0.12.8

1 year ago

0.12.9

1 year ago

0.12.16

12 months ago

0.12.17

12 months ago

0.12.0

1 year ago

0.12.18

12 months ago

0.12.1

1 year ago

0.12.2

1 year ago

0.12.12

1 year ago

0.12.3

1 year ago

0.12.13

1 year ago

0.12.4

1 year ago

0.12.14

1 year ago

0.12.5

1 year ago

0.12.15

12 months ago

0.12.6

1 year ago

0.11.4

1 year ago

0.11.1

1 year ago

0.11.2

1 year ago

0.11.3

1 year ago

0.11.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.4

1 year ago

0.3.2

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago