0.7.1 • Published 4 years ago

earth-ui v0.7.1

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

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

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

Note: earth-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:cosmos-x/earth-ui.git
cd earth-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

ChromeEdgeFirefoxSafari
last 2 versionslast 2 versionslast 2 versionslast 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 Earth UI github repository are subject to the MIT license.

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.0

6 years ago