Skip to content

Commit bb8648a

Browse files
committed
chore: remove modal component
1 parent f998054 commit bb8648a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
to: tooling/<%=h.changeCase.paramCase(name)%>/README.md
3+
---
4+
5+
# @chakra-ui/<%=h.changeCase.paramCase(name)%>
6+
7+
<%=h.changeCase.sentence(description)%>
8+
9+
## Installation
10+
11+
```sh
12+
yarn add @chakra-ui/<%=h.changeCase.paramCase(name)%>
13+
# or
14+
npm i @chakra-ui/<%=h.changeCase.paramCase(name)%>
15+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
to: packages/<%=h.changeCase.paramCase(name)%>/index.ts
3+
---
4+
5+
export * from './src'

0 commit comments

Comments
 (0)