@sergey_chumak/react-easy-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @sergey_chumak/react-easy-ui

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.99 kB

Total Files

9

Last publish

Collaborators

  • sergey_chumak