TobitSoftware / chayns-css

Here you can find a getting started and a wiki to our chayns® styles.

Home Page:https://design.chayns.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chayns® CSS API

In this section you will find general information about the chayns CSS API. For more detailed information take a look at the Wiki.

Getting started

Usage

If you want to use the chayns API in your own tapp, we suggest using the code below.

<!-- To get started, load the chayns API styles and JavaScript from the CDN -->

<!-- css styles -->
<script src="https://api.chayns-static.space/css/v4/compatibility/compatibility.min.js" version="4.2"></script>

<!-- js api -->
<script src="https://api.chayns-static.space/js/v4.0/chayns.min.js"></script>

Debugging

To work on the chayns CSS API, you need to install the dependencies:

npm i

Once the dependencies have been installed successfully, you can add your ssl certificate files in webpack/ssl. If you don't have one, the dev server will be started without https. To use chayns with a non-https tapp, you have to add the url parameter nrd=1.

Then, you can start the dev-server:

npm start

The dev page will be available at port 9000.

About

Here you can find a getting started and a wiki to our chayns® styles.

https://design.chayns.net/


Languages

Language:SCSS 71.5%Language:HTML 27.7%Language:JavaScript 0.8%