@bcredi/vanilla-components

Cactus Vanilla Components

Usage no npm install needed!

<script type="module">
  import bcrediVanillaComponents from 'https://cdn.skypack.dev/@bcredi/vanilla-components';
</script>

README

@bcredi/vanilla-components

This package is dedicated to host all of our components, built with Vanilla js and PostCSS.

Overview

Package Version
@bcredi/vanilla-components npm version

Usage

Each component are composed by a single stylesheet; some of them have scripts too. Check the components' usage in the list below.

What's included

The actual version is composed by:

Components

Objects/Wrappers

Developing

After cloning the repo, follow the steps below:

# install dependencies
yarn

# launch storybook at localhost:4444
yarn start

# build files
yarn build

# test components
yarn test