3.2.3 • Published 3 years ago

ksface v3.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

KSFace

npm npm npm GitHub issues GitHub Repo stars

KSFace is a real minimalistic stylesheet boilerplate, with some optional React components on top.
You can choose what you want to use in your application.

The main idea behind KSFace is, providing a startpoint / boilerplate with all the things you probably need in nearly every project, without serving out-of-the-box fully styled components!

You dont have to use React to be able to use KSFace's stylesheet boilerplate!

How to use

Simply install KSFace into your project via npm:

npm install ksface

After installing, import the ksface.css file from /dist folder into your projects stylesheet.
Thats it! Simple as that... you can use the KSFace stylesheet boilerplate classes now.

Styles

KSFace includes a few prepared css style classes and settings, useful for every project as a starting boilerplate.

Just checkout the styles docs at the left sidebar of KSFace's Storybook (https://storybook.ksface.com).

There is a description how to use it inside of your react app for each style class.

React components

Want to go a step further and use the KSFace react components?

Just checkout the components docs at the left sidebar of KSFace's Storybook (https://storybook.ksface.com).

For each component, there is a description how to use it inside of your react app and a interactive live demo.

Customization

Important: If you use customization / scss import, please remove the default ksface.css file import from "How to use" (if used before) and only import KSFace from scss further on.

Your project needs to be able to handle and compile SASS (.scss) files, if you want to modify the default stylesheet of KSFace.

You are able to modify the default variables set within /src/scss/variables.scss by overwriting them inside of your scss file (before importing the index.scss file from KSFace).

After setting your overwrite variables, simply import the "index.scss" file from /src folder into your projects scss stylesheet.
For example, to overwrite the default font-size property in your applications scss stylesheet:

$font-size: 24px;

@import 'ksface/src/index.scss';

If you need an overview of all available variables, simply check out "Variables" at the left sidebar of KSFace's Storybook (https://storybook.ksface.com).


Made with ❤️ by Kevin Schmidt

2.2.2

3 years ago

3.2.2

3 years ago

3.0.4

3 years ago

3.2.1

3 years ago

3.0.3

3 years ago

3.2.0

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.2.3

3 years ago

3.0.5

3 years ago

3.0.0

3 years ago

2.3.0

3 years ago

3.1.2

3 years ago

3.1.1

3 years ago

3.1.0

3 years ago

2.2.1

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.4.0

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago