0.0.55 • Published 2 years ago

@vytalos/ui-shared-components v0.0.55

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

@vytalos/ui-shared-components

UI components

Installation

npm install --save @vytalos/ui-shared-components

yarn add @vytalos/ui-shared-components

Getting started

Clone this repository and install its dependencies:

git clone git@ssh.dev.azure.com:v3/medvantxinc/Medvantx%20OS/ui_shared_components

cd ui_shared_components

npm install or yarn install

build command builds the library to dist:

  • dist/index.cjs.js A CommonJS bundle, suitable for use in Node.js, that requires the external dependency. This corresponds to the "main" field in package.json.
  • dist/index.esm.js An ES module bundle, suitable for use in other people's libraries and applications, that imports the external dependency. This corresponds to the "module" field in package.json.
  • dist/index.css Main css file of the library.
  • dist/* Component folders with typings to take advantage of the typescript.

dev command builds the library, then keeps rebuilding it whenever the source files change using rollup-watch.

storybook command runs the storybook playground to visualize the library's documentation.

test command builds the library, then tests it.

Usage

Example:

import * as React from 'react'
import ReactDOM from 'react-dom'
import { Button } from '@vytalos/ui-shared-components'

import '@vytalos/ui-shared-components/dist/indes.css'
// required to use the Icon component
import '@vytalos/ui-shared-components/fonts/icons.css'

function App() {
  return <Button>Hello World</Button>
}

ReactDOM.render(<App />, document.querySelector('#app'))
0.0.51

2 years ago

0.0.52

2 years ago

0.0.53

2 years ago

0.0.54

2 years ago

0.0.55

2 years ago

0.0.50

2 years ago

0.0.48

2 years ago

0.0.49

2 years ago

0.0.42

2 years ago

0.0.43

2 years ago

0.0.44

2 years ago

0.0.45

2 years ago

0.0.46

2 years ago

0.0.47

2 years ago

0.0.40

3 years ago

0.0.41

3 years ago

0.0.37

3 years ago

0.0.38

3 years ago

0.0.39

3 years ago

0.0.32

3 years ago

0.0.33

3 years ago

0.0.34

3 years ago

0.0.35

3 years ago

0.0.36

3 years ago

0.0.31

3 years ago

0.0.29

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago