0.0.11 • Published 6 years ago
@bring-n-ring/components v0.0.11
bring-n-ring (ionic)components
A small set of component partially built upon ionic components for bring-n-ring app and website
install from npm
npm i -S @bring-n-ring/componentsuse it:
import { Typography } from '@bring-n-ring/components'
import '@bring-n-ring/components/css/typography.css'dev
with storybook
npm i && npm startComponents
Some components are simply styled version of ionic components, they keep teh prefix Ion
Other components are custom build.
Requirements
theming
Include ./base.css at the beginning of you ionic app to ensure component styles are correctly applied.
Custom components can also be customized by editing base custom properties
fonts
You can include fonts with ./fonts.css but it would be preferred to add them with <link> tag
Publishing
Any commit with Release X.X.X where X.X.X is the current package.json version merge to master will trigger a github ation tto publish to npm.