@kuma-ui/sheet
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "@kuma-ui/sheet", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -7,3 +7,2 @@ <div align="center"> | ||
**[Documentation](https://kuma-ui.com)** | ||
@@ -24,3 +23,2 @@ | ||
## Features | ||
@@ -43,9 +41,9 @@ | ||
```sh | ||
npm install @kuma-ui/core | ||
npm install -D @kuma-ui/core | ||
``` | ||
or | ||
or | ||
```sh | ||
yarn add @kuma-ui/core | ||
yarn add @kuma-ui/core -D | ||
``` | ||
@@ -68,3 +66,3 @@ | ||
@media (max-width: 768px) { | ||
flex-direction: column; | ||
flex-direction: column; | ||
} | ||
@@ -74,3 +72,3 @@ `; | ||
// Then use it like so: | ||
<Box>Hello, world!</Box> | ||
<Box>Hello, world!</Box>; | ||
``` | ||
@@ -101,3 +99,3 @@ | ||
const styles = css({ color: 'red', fontSize: '24px' }); | ||
const styles = css({ color: "red", fontSize: "24px" }); | ||
@@ -114,3 +112,3 @@ function App() { | ||
```sh | ||
yarn add @kuma-ui/next-plugin | ||
yarn add @kuma-ui/next-plugin -D | ||
``` | ||
@@ -154,3 +152,3 @@ | ||
```sh | ||
yarn add @kuma-ui/vite | ||
yarn add @kuma-ui/vite -D | ||
``` | ||
@@ -168,5 +166,3 @@ | ||
plugins: [ | ||
react({ | ||
jsxRuntime: "classic", | ||
}), | ||
react(), | ||
KumaUI(), | ||
@@ -198,3 +194,10 @@ ], | ||
### Adding a changeset | ||
Don't forget to include a changeset as well, by running this command at the root of the project: | ||
```sh | ||
pnpm changeset | ||
``` | ||
## License | ||
MIT |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38071
194