SHAKTI
Shakti comes with several utilities, components, and props to help you quickly create production-ready React applications. It was built with freedom and composition in mind, and allows easy access to the underlying technology. Shakti components and props compose a lightweight abstraction layer on top of vanilla HTML, vanilla CSS, and styled components. Not only can pieces of the library be imported as needed, but they can also be composed upon with ease (see Recipes).
This documentation is broken up into logical parts, and is designed to be accessibly readable in any order.
Text
component, which allows you to mix the aforementioned base props as well as some text-specific props into your text compositions.Button
component, which allows you to mix both base props and text props.Beyond components and props, Shakti also offers utility methods and hooks which remove the need to write raw media queries, among other benefits.
For comprehensive example usage of library features, take a look at the Recipes section. To experiment with Shakti without setting it up in a project, check out the Sandbox.