react-forge-ui
TypeScript icon, indicating that this package has built-in type declarations

0.12.7 • Public • Published

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

JetBrains Logo (Main) logo.

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

Package Sidebar

Install

npm i react-forge-ui

Weekly Downloads

444

Version

0.12.7

License

MIT

Unpacked Size

1.06 MB

Total Files

10

Last publish

Collaborators

  • morewings