This repository contains our ui for our ember projects .
🚧 - https://triptyk.github.io/ember-common-ui/
pnpm i
pnpm run start
All the tests are in the doc-app
.
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 :
<TpkInput>
: .tpk-input<TpkInput::Label>
: .tpk-input-label<TpkInput::Input>
: .tpk-input-input
If you want no base class applied to the component, you can use the @classless
argument.
Versions 0.X.X does not follow SemVer.