Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

webapp-suite/ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


webapp-suite ui logo

A simple, modular and accessible react component library for modern web applications

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 @webapp-suite/ui
  • Import the component
import { Button } from '@webapp-suite/ui';
import '@webapp-suite/ui/dist/index.min.css';

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

Note: @webapp-suite/ui 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:webapp-suite/ui.git
cd ui
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

Chrome
Chrome
Edge
Edge
Firefox
Firefox
Safari
Safari
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.

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 WebApp UI github repository are subjected to the MIT license.