guilhermesalviano / bloom-ui

0 stars 0 forks source link

alternatives do useState #5

Open guilhermesalviano opened 10 months ago

guilhermesalviano commented 10 months ago

I gonna use this design system only in next projects, so I need to replace useState in react.

guilhermesalviano commented 9 months ago

For now, I can use this especification in my Next:

"use client" import { Avatar } from "@koaris/bloom-ui";

export default function Onboarding() { return (

)

}

Maybe, I need remove the comment (/ @client /) from my design system components.

guilhermesalviano commented 9 months ago

remove tag to skip comments in build