@ptdevtemp/form-slidein-container
TypeScript icon, indicating that this package has built-in type declarations

1.0.11 • Public • Published

FormSliderContainer

FormSliderContainer component description

Scripts

Compiles test component into dist folder as a cjs2 component and ready to be shared

yarn build

Continuously watch for changes and compiles test component into dist folder as a cjs2 component and ready to be shared

yarn build:watch

Run webpack-dev-server on port https://localhost:3000

yarn dev

Run dev and build:watch script on parallel

yarn start

Dev and preview react component documentation

Run docz on port https://localhost:5000

yarn docz:dev

For component testing

yarn test
yarn test:watch
yarn test:coverage

Folders structure description

example

+-- example
|   +-- src
|      +-- App.tsx // where the compiled component is loaded for dev purpose
|      +-- index.html
|      +-- index.tsx

src

+-- src
|   +-- index.mdx // docz for react component documentation
|   +-- index.tsx // react component code

test

+-- test
|   +-- index.test.tsx
|   +-- setupTest.ts // enzyme adapter setup
|   +-- testUtils.ts // functions for test

/@ptdevtemp/form-slidein-container/

    Package Sidebar

    Install

    npm i @ptdevtemp/form-slidein-container

    Weekly Downloads

    13

    Version

    1.0.11

    License

    none

    Unpacked Size

    859 kB

    Total Files

    8

    Last publish

    Collaborators

    • ptdevtemp