1.1.17 β€’ Published 1 month ago

inspirit-ui-kit v1.1.17

Weekly downloads
-
License
-
Repository
github
Last release
1 month ago

Demo: https://d2o7l66gzazilh.cloudfront.net/index.html

Demo: https://components.inspiritvr.com

πŸš… Quick start

Usage

in main.css

@import "inspirit-ui-kit/dist/style.css"

on pages

import { ButtonTypes, InspiritButton } from 'inspirit-ui-kit'

Development

  1. Install the dependencies.

    Navigate into your new site’s directory and install the necessary dependencies.

    # Install the dependencies
    npm install
  2. Browse your stories!

    Run npm run storybook to see your component's stories at http://localhost:6006

  3. Run Tests!

    Run npm run test-storybook

  4. Build Storybook!

    Run `npm run build

  5. Run Playwright test!

    Run npx playwright test

πŸ”Ž What's inside?

A quick look at the top-level files and directories included with this template.

.
β”œβ”€β”€ .storybook
β”œβ”€β”€ node_modules
β”œβ”€β”€ public
β”œβ”€β”€ src
    |── lib
    |── stories
    |── tests
β”œβ”€β”€ .gitignore
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package.json
└── README.md
  1. .storybook: This directory contains Storybook's configuration files.

Semantic Release

semantic-release uses the commit messages to determine the consumer impact of changes in the codebase. Following formalized conventions for commit messages, semantic-release automatically determines the next semantic version number, generates a changelog and publishes the release.

By default, semantic-release uses Angular Commit Message Conventions. The commit message format can be changed with the preset or config options of the @semantic-release/commit-analyzer and @semantic-release/release-notes-generator plugins.

Tools such as commitizen or commitlint can be used to help contributors and enforce valid commit messages.

The table below shows which commit message gets you which release type when semantic-release runs (using the default configuration):

Commit messageRelease type
fix(pencil): stop graphite breaking when too much pressure appliedPatch Fix Release
feat(pencil): add 'graphiteWidth' optionMinor Feature Release
perf(pencil): remove graphiteWidth optionBREAKING CHANGE: The graphiteWidth option has been removed.The default graphite width of 10mm is always used for performance reasons.Major Breaking Release (Note that the BREAKING CHANGE: token must be in the footer of the commit)
1.1.17

1 month ago

1.1.16

1 month ago

1.1.15

1 month ago

1.1.14

1 month ago

1.1.12

2 months ago

1.1.11

2 months ago

1.1.10

2 months ago

1.1.13

2 months ago

1.1.9

2 months ago

1.1.8

2 months ago

1.1.7

2 months ago

1.1.6

2 months ago

1.1.5

2 months ago

1.1.4

2 months ago

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.8

9 months ago