This package has been deprecated

Author message:

WARNING: This project has been renamed to @webapp-suite/ui. Install using @webapp-suite/ui instead.

@webapps-ui/core-react

0.9.0 • Public • Published


webapps-ui logo

Simple style react components for modern web apps https://react.webapps-ui.com

Build Status Codecov Npm Version Downloads Per Month Dependencies
Open PRs Contributors Slack License License Scan Last Commit

Basic usage

  • Install the package
npm i @webapps-ui/core-react
  • Import the component
import { Button } from '@webapps-ui/core-react';
import '@webapps-ui/core-react/dist/index.min.css';

ReactDOM.render(<Button>Name</Button>, mountNode);

Note: @webapps-ui/core-react supports ES6 tree shaking by default.

For more information, please refer to Get Started in our documentation.

Local development

How to run it

git clone git@github.com:webapps-ui/core-react.git
cd core-react
npm i
npm run dev

Open your browser and visit http://localhost:3003 , see more at Development Instructions .

How to create new component

npm run create MyComponent

Open: http://localhost:3003/apps/components/MyComponent

Browser support

ChromeChrome EdgeEdge FirefoxFirefox SafariSafari
last 2 versions last 2 versions last 2 versions last 2 versions

Contributing

We welcome all contributions. If you'd like to improve code, please read our CONTRIBUTING.md first, check out the Development Instructions and feel free to create an issue or submit a pull request.

Maintainers

Welcome to join us if you have interest in this repo, please contact mrgaonju@gmail.com and we can discuss further.

Changelog

We use GitHub Releases to manage our releases, including the changelog between every release. View a complete list of additions, fixes, and changes on the releases page. You can also read CHANGELOG.md file.

License

FOSSA Status

All files on the WebApps UI github repository are subjected to the MIT license.

Package Sidebar

Install

npm i @webapps-ui/core-react

Weekly Downloads

6

Version

0.9.0

License

MIT

Unpacked Size

2.14 MB

Total Files

168

Last publish

Collaborators

  • kimigao