0.40.0 • Published 2 months ago

tuix-webcomponents v0.40.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

\

This webcomponent follows the open-wc recommendation.

Installation

npm i tuix-webcomponents

Usage

Webbundle version

Webbundle Link: https://tuix-webcomponents.s3.eu-central-1.amazonaws.com/build-8e93160@0.40.0.js
Styles Link: https://tuix-webcomponents.s3.eu-central-1.amazonaws.com/build-8e93160@0.40.0.css

React .tsx with SSR

import { loadFonts } from 'tuix-webcomponents';

function App() {
  
  // load fonts for SSR and CSR
  useEffect(() => {
    loadFonts()
  }, [])
  
  return (
    <tuix-text size="xl" color="primary">Test text</tuix-text>
  )
}

React .tsx without SSR

import { loadFonts } from 'tuix-webcomponents';
loadFonts()

function App() {
  
  return (
    <tuix-text size="xl" color="primary">Test text</tuix-text>
  )
}

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Demoing with Storybook

To run a local instance of Storybook for your component, run

npm run storybook

To build a production version of Storybook, run

npm run storybook:build

Tooling configs

For most of the tools, the configuration is in the package.json to reduce the amount of files in your project.

If you customize the configuration a lot, you can consider moving them to individual files.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

0.40.0

2 months ago

0.39.0

2 months ago

0.38.0

2 months ago

0.36.0

2 months ago

0.37.0

2 months ago

0.34.0

2 months ago

0.32.0

2 months ago

0.35.0

2 months ago

0.33.0

2 months ago

0.31.0

2 months ago

0.30.0

2 months ago

0.29.0

2 months ago

0.27.0

3 months ago

0.28.0

3 months ago

0.26.0

3 months ago

0.25.0

3 months ago

0.24.0

3 months ago

0.23.0

3 months ago

0.22.0

5 months ago

0.21.0

5 months ago

0.20.0

5 months ago

0.19.0

5 months ago

0.17.0

6 months ago

0.16.1

6 months ago

0.18.0

5 months ago

0.11.0

7 months ago

0.12.0

6 months ago

0.13.0

6 months ago

0.14.0

6 months ago

0.15.0

6 months ago

0.16.0

6 months ago

0.10.0

7 months ago

0.0.22

8 months ago

0.1.0

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.9.0

7 months ago

0.8.0

7 months ago

0.9.1

7 months ago

0.5.0

8 months ago

0.4.0

8 months ago

0.7.0

8 months ago

0.6.0

8 months ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago