@bring-n-ring/components

A small set of component partially built upon ionic components for bring-n-ring app and website

Usage no npm install needed!

<script type="module">
  import bringNRingComponents from 'https://cdn.skypack.dev/@bring-n-ring/components';
</script>

README

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/components

use it:

import { Typography } from '@bring-n-ring/components'
import '@bring-n-ring/components/css/typography.css'

dev

with storybook


npm i && npm start

Components

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.