Skip to main content

Components

Components are the main building blocks for any user interface. Using a reusable component library will enhance your product development workflow by reducing design and tech debt and speeding up the process.

Anatomy

Describes all the layers that are at play when working with components in kickstartDS.

Component API

Introduction to our way of encoding component APIs using structured JSON Schema definitions.

Styling

Learn about the different possible ways to influence the styling / design of components (coming soon...).

Template

Learn about the way we write HTML / markup, independent of the React template implementing it.

React

Description of different core React features you can use when creating component templates.