https://github.com/freshworks/nucleus
Nucleus - The Freshworks Design System in Ember
https://github.com/freshworks/nucleus
component-library design-system ember-addon emberjs front-end nucleus
Last synced: 21 days ago
JSON representation
Nucleus - The Freshworks Design System in Ember
- Host: GitHub
- URL: https://github.com/freshworks/nucleus
- Owner: freshworks
- Created: 2019-02-18T08:38:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T04:37:23.000Z (6 months ago)
- Last Synced: 2024-10-31T01:12:18.345Z (6 months ago)
- Topics: component-library, design-system, ember-addon, emberjs, front-end, nucleus
- Language: JavaScript
- Homepage: https://freshworks-nucleus.netlify.com/
- Size: 6.03 MB
- Stars: 14
- Watchers: 24
- Forks: 13
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Nucleus - The Freshworks Design System in Ember
==============================================================================
This is the repository of the Freshworks Component Library based on the Unified
Freshworks Design Language
https://freshworks.invisionapp.com/dsm/freshworks/d-labs-design-systemCompatibility
------------------------------------------------------------------------------* Ember.js v2.18 or above
* Ember CLI v2.18 or above
* Node.js v10 or aboveInstallation
------------------------------------------------------------------------------```
ember install @freshworks/[PACKAGE_NAME]
```| Package | Latest |
| ------------|:-------------:|
| banner | [](https://www.npmjs.com/package/@freshworks/banner) |
| button | [](https://www.npmjs.com/package/@freshworks/button) |
| core | [](https://www.npmjs.com/package/@freshworks/core) |
| icon | [](https://www.npmjs.com/package/@freshworks/icon) |
| inline-banner | [](https://www.npmjs.com/package/@freshworks/inline-banner) |
| modal | [](https://www.npmjs.com/package/@freshworks/modal) |
| tabs | [](https://www.npmjs.com/package/@freshworks/tabs) |
| toast-message | [](https://www.npmjs.com/package/@freshworks/toast-message) |
| toggle | [](https://www.npmjs.com/package/@freshworks/toggle) |Usage
------------------------------------------------------------------------------See the packages directory for a list of [packages](packages/) that can be installed individually.
Contribution guidelines
------------------------------------------------------------------------------[Contribution guidelines for this project](docs/CONTRIBUTING.md)
License
------------------------------------------------------------------------------This project is licensed under the [MIT License](LICENSE.md).