0.4.3 • Published 3 years ago

@jonas_focke/svelcon v0.4.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Svelcon

A component library for Svelte

Components

The components are scructured in Folders to organize them. To import Checkbox the component you have to write: import Checkbox from '@jonas_focke/svelcon/Input/Checkbox'

  • Input
    • Checkbox
    • Date
    • Dropown
    • Button
    • Password
    • RadioGroup
    • Textarea
    • Textfield
    • SegmentedInput
  • Wrapper
    • Card
    • InplacePopup
    • List
    • MediaQuery
    • Table
    • Text
  • Utilities
    • LoadingSpinner

style

All conponents are styled and will inherit your website scheme.

Your tailwind.config.cjs file should look like this:

module.exports = { content: [ './src/**/*.{html,js,svelte,ts}', './node_modules/@jonas_focke/**/*.{html,js,svelte,ts}' ], theme: { colors: { primary: '#0044ae', secondary: '#02adff', accent: '#ff8c00', success: '#4dea3f', warning: '#f4bb50', error: '#f74838', info: '#62acfc', surface: '#006bc6', text: '#ffffff', black: '#000000' }, extend: {} } }, plugins: [] };

publishing

The publishing workflow is fully done by a github action. All you need to do is to push code to master.

0.4.1

3 years ago

0.4.0

3 years ago

0.4.3

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.2.33

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.30

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.27

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago

0.2.24

3 years ago

0.2.23

3 years ago

0.2.22

3 years ago

0.2.21

3 years ago

0.2.19

3 years ago

0.2.18

3 years ago

0.2.17

3 years ago

0.2.16

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago