3.6.0 • Published 3 months ago
@workwave-tidal/core v3.6.0
Tidal
This is the main npm
package for tidal
.
Installing this package a user can access most of tidal
's modules:
@workwave-tidal/components
@workwave-tidal/form-fairy
@workwave-tidal/form-ui
@workwave-tidal/hooks
@workwave-tidal/login-ui
@workwave-tidal/styles
@workwave-tidal/tidal
The bundle exports components using the same pattern of the re-exported packages:
// access all exported components from a single import.
// this import will prevent the bundler from pruning unused components
import { Button } from '@workwave-tidal/tidal/components'
// access directly a specific component
// this import will allow the bundler to prune unused components
import { Button } from '@workwave-tidal/tidal/components/Button'
// Typescript type definitions can be accessed only through the specific import pattern
// Remember to user `import type` when importing type definitions
import type { ButtonProps } from '@workwave-tidal/tidal/components/Button'
How to install
$ pnpm add @babel/core @emotion/react @emotion/styled @mui/material @mui/system @mui/utils react
$ pnpm add @workwave-tidal/tidal
3.6.0
3 months ago
3.4.0
5 months ago
3.5.0
4 months ago
3.3.0
5 months ago
3.2.1
6 months ago
3.2.0
7 months ago
3.1.1
7 months ago
3.1.0
7 months ago
3.0.1
8 months ago
3.0.0
8 months ago
3.0.0-next.8
8 months ago
3.0.0-next.6
8 months ago
3.0.0-next.7
8 months ago
3.0.0-next.5
8 months ago
3.0.0-next.4
9 months ago
3.0.0-next.2
9 months ago
3.0.0-next.1
10 months ago
3.0.0-next.3
9 months ago
3.0.0-next.0
10 months ago