0.0.27 • Published 2 years ago

@houzy/dsm-react v0.0.27

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

@houzy/dsm-react

Using the library

  1. Install
npm i --save @houzy/dsm-core @houzy/dsm-react
  1. Define custom elements in your react index.tsx file
const runApp = async (): Promise<void> => {
    await defineCustomElements();

    ReactDOM.render(
        <React.StrictMode>
            <App />
        </React.StrictMode>,
        document.getElementById('root'),
    );
};
runApp();

Dev commands

Lint & Format commands

  1. npm run lint Lints and formats all the projects with --fix argument
  2. npm run lint:ci Lints and formats all the projects without --fix argument

Development

  1. npm run storybook

Build commands

  1. npm run build => Build the project
  2. npm run create:package => Create .tgz file for local testing
0.0.27

2 years ago

0.0.26

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago