@auth0/styleguide-components

HTML and CSS components for Auth0 projects.

Usage no npm install needed!

<script type="module">
  import auth0StyleguideComponents from 'https://cdn.skypack.dev/@auth0/styleguide-components';
</script>

README

Auth0 Styleguide - Components

CSS components for Auth0 projects (based on Bootstrap components).

Installation

CDN

Using our CDN is the prefered solution. Just add the following line in your project's HTML head and you are done.

<link rel="stylesheet" href="https://cdn.auth0.com/styleguide/components/2.0.0/components.min.css" />

NPM

Download the package from NPM if you want to integrate the components styles to your own build process.

npm install --save @auth0/styleguide-components

Development

Node.js v6.9.1 and npm v3.10.8 or newer is required.

Run this commands to start developing:

npm install
npm start

Releasing a new version

Run the command bin/version <patch|minor|major|version-no> inside the package directory. This will commit a new version for you.

Example

bin/version patch

License

All the logos and branding are copyright Auth0 and may not be used or reproduced without explicit permission from Auth0 Inc.

The icons are licensed from Budi Harto Tanrim. All other third-party components are subject to their own licenses.