https://github.com/triptyk/ember-common-ui
This repository contains our monorepo of ember ui's
https://github.com/triptyk/ember-common-ui
Last synced: about 1 year ago
JSON representation
This repository contains our monorepo of ember ui's
- Host: GitHub
- URL: https://github.com/triptyk/ember-common-ui
- Owner: TRIPTYK
- Created: 2021-10-19T11:58:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T09:37:52.000Z (over 2 years ago)
- Last Synced: 2024-04-25T13:21:51.648Z (about 2 years ago)
- Language: TypeScript
- Size: 5.82 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MONOREPO for our EMBER-UI
This repository contains our ui for our ember projects .
## Documentation
🚧 - https://triptyk.github.io/ember-common-ui/
## Development
`pnpm i`
`pnpm run start`
All the tests are in the `doc-app`.
## HTML naming conventions
Every component has an HTML element with a class assigned to it.
The naming of the class follows this rule :
> **Path of the component to kebab case**
Ex :
- `` : .tpk-input
- `` : .tpk-input-label
- `` : .tpk-input-input
If you want no base class applied to the component, you can use the `@classless` argument.
## Disclaimer
Versions *0.X.X* does not follow SemVer.