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

0.8.29 • Public • Published

ReactActors

npm npm downloads npm bundle size FOSSA Status

This is UI components collection that can be used in React.

Information

This library is testing now.

Installation

yarn add react-actors

or

npm install react-actors

Storybook

https://tanmen.github.io/react-actors

Usage Example

import React from "react";
import 'ress/dist/ress.min.css';
import {ThemeProvider} from "react-actors/providers";
import {Button} from "react-actors/buttons";

function App() {
  return (
    <ThemeProvider mode="dark">
      <Input/>
      <Button>Submit</Button>
    </ThemeProvider>
  )
}

License

FOSSA Status

Readme

Keywords

Package Sidebar

Install

npm i react-actors

Weekly Downloads

3

Version

0.8.29

License

MIT

Unpacked Size

202 kB

Total Files

267

Last publish

Collaborators

  • tanmen