1.0.23 • Published 2 years ago

soild-stitches v1.0.23

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Stitches for Solid

Styled

import {createSolidStitches} from 'soild-stitches'

export const stitches = createSolidStitches()

refer to https://stitches.dev/docs/styling

Directive

import {createSolidStitches} from 'soild-stitches'

export const stitches = createSolidStitches()

const myDirective = stitches.createDirective({
  // Composers are same as the Styled Function Composers
})