This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

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

0.12.18 • Public • Published

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

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

46

Version

0.12.18

License

MIT

Unpacked Size

1.08 MB

Total Files

10

Last publish

Collaborators

  • morewings