🚀 Exciting news! Prismane v1.4.0 is here!
Published on November 26, 2023 by Martin Petrov
Prismane's new version introduces 3 new components and a new hook. 🚀
This new version provides 3 new components and a new hook. The components help in achieving semantic HTML and the hook automatically switches between values for dark and light mode.
This new version provides 3 new components and a new hook. The components help in achieving semantic HTML and the hook automatically switches between values for dark and light mode.
✨ New
Hooks
- useThemeModeValue: This hook simplifies the logic for using two style properties for dark and light modes.
Components
- Main: This component renders a main element, helping to achieve semantic HTML.
- Header: This component renders a header element, helping to achieve semantic HTML.
- Footer: This component renders a footer element, helping to achieve semantic HTML.
Components
- Main: This component renders a main element, helping to achieve semantic HTML.
- Header: This component renders a header element, helping to achieve semantic HTML.
- Footer: This component renders a footer element, helping to achieve semantic HTML.