Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T04:37:23.000Z (7 days ago)
- Last Synced: 2024-10-31T01:12:18.345Z (6 days 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
==============================================================================
![Build](https://github.com/freshdesk/nucleus/workflows/Build/badge.svg?branch=master)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 | [![npm version](https://badge.fury.io/js/%40freshworks%2Fbanner.svg)](https://www.npmjs.com/package/@freshworks/banner) |
| button | [![npm version](https://badge.fury.io/js/%40freshworks%2Fbutton.svg)](https://www.npmjs.com/package/@freshworks/button) |
| core | [![npm version](https://badge.fury.io/js/%40freshworks%2Fcore.svg)](https://www.npmjs.com/package/@freshworks/core) |
| icon | [![npm version](https://badge.fury.io/js/%40freshworks%2Ficon.svg)](https://www.npmjs.com/package/@freshworks/icon) |
| inline-banner | [![npm version](https://badge.fury.io/js/%40freshworks%2Finline-banner.svg)](https://www.npmjs.com/package/@freshworks/inline-banner) |
| modal | [![npm version](https://badge.fury.io/js/%40freshworks%2Fmodal.svg)](https://www.npmjs.com/package/@freshworks/modal) |
| tabs | [![npm version](https://badge.fury.io/js/%40freshworks%2Ftabs.svg)](https://www.npmjs.com/package/@freshworks/tabs) |
| toast-message | [![npm version](https://badge.fury.io/js/%40freshworks%2Ftoast-message.svg)](https://www.npmjs.com/package/@freshworks/toast-message) |
| toggle | [![npm version](https://badge.fury.io/js/%40freshworks%2Ftoggle.svg)](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).