Package com. kevinschildhorn. atomik
Types
Link copied to clipboard
open class DesignSystem( val colorSet: ColorSet, val typographySet: TypographySet, val components: Map<String, Atom>, var fontFamily: AtomikFontFamily? = null)
Content copied to clipboard
A Design System
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY ] )
Content copied to clipboard