pnpm i
pnpm dev
cd packages/components
pnpm demo
We only need to watch/rebuild the packages/preset-chakra
due to using
custom conditions,
since Panda doesn't support them yet.
Updating the packages/preset-chakra
will trigger a static.css
file
generation, which is used by the demo.
-
update Ark-UI and remove all the pasted UseXXXProps types when v1 is released
-
create other frameworks implementation, only the React one is done
-
for each frameworks, export 2 different versions:
- for Panda users, with
@crepe-ui/styled-system
as external dependency - for non-Panda users, with everything bundled
- for Panda users, with
-
make a version of the components that is RSC-compatible = without
createStyleContext
- could use
defineParts
- or could just keep using slots but with explicit props passing
- could use
Editable, Number Input, Pin Input, Radio, Range Slider, Slider, Stat, Circular Progress, Spinner, Toast, Highlight, Drawer, Menu, Accordion, Breadcrumb, Stepper