1.0.1 • Published 1 year ago

@sergey_chumak/react-easy-ui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-toolkit

ReactToolkit is a flexible and lightweight UI library for React that simplifies building modern web applications with customizable components.

NPM JavaScript Style Guide

Install

npm install --save react-toolkit

Usage

import React, { Component } from 'react'

import MyComponent from 'react-toolkit'
import 'react-toolkit/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © sergey-chumakv

1.0.1

1 year ago

1.0.0

1 year ago