0.4.3 • Published 2 years ago

@jonas_focke/svelcon v0.4.3

Weekly downloads
-
License
-
Repository
-
Last release
2 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

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.2.33

2 years ago

0.2.32

2 years ago

0.2.31

2 years ago

0.2.30

2 years ago

0.2.29

2 years ago

0.2.28

2 years ago

0.2.27

2 years ago

0.2.26

2 years ago

0.2.25

2 years ago

0.2.24

2 years ago

0.2.23

2 years ago

0.2.22

2 years ago

0.2.21

2 years ago

0.2.19

2 years ago

0.2.18

2 years ago

0.2.17

2 years ago

0.2.16

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago