An open API service indexing awesome lists of open source software.

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

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.