1.0.0-alpha-28 • Published 8 years ago

@carto/airship-style v1.0.0-alpha-28

Weekly downloads
128
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Airship Style

Airship style is a css framework oriented to develop your Location Intelligence apps.

Getting Started

You can install airship-style using npm or downloading it from a CDN.

Airship styles are distributed in small files so you can choose to load only the components that you are going to use improving your page speed performance. We also provide an airship.css file with all the styles packaged in a single file.

The following files are available:

  • core.css: Common CSS, including layouts, fonts, etc
  • utilities.css: CSS helpers
  • <element>.css: The specific styles for an element, for example the button styles would be in button.css

Usage from a CDN

The simplest way to use airship styles is just load them from a CDN this way you can choose which components to dowload. Remember to load the core first and the utils at the end.

<head>
    <!-- Include core first -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@carto/airship-style/dist/core/core.css">
    <!-- Include the needed components -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@carto/airship-style/dist/button/button.css">
    <!-- Include utils at the end -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@carto/airship-style/dist/utils/utils.css">
<head>

You can use jsDelivery to combine our files and generate a single request:

<head>
    <!-- Include Styles combined with jsDelivery -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/@carto/airship-style/dist/core/core.css,npm/@carto/airship-style/dist/button/button.css">
<head>

Or you can load all our styles at once:

<head>
    <!-- Include all styles -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/@carto/airship-style/dist/airship.css">
<head>

Usage from NPM

Just install our package and use it as you wish:

npm i @carto/airship-style

We provide both dist and src files so you can create a custom sass build.

Customization

TBD

2.4.1

6 years ago

2.4.1-rc.0

6 years ago

2.4.0

6 years ago

2.4.0-rc.0

6 years ago

2.3.4

6 years ago

2.3.3

6 years ago

2.3.2

6 years ago

2.3.2-rc.2

6 years ago

2.3.2-rc.1

6 years ago

2.3.2-rc.0

6 years ago

2.3.1

6 years ago

2.3.1-rc.2

6 years ago

2.3.1-rc.1

6 years ago

2.3.1-rc.0

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.2.0-rc.2.2

6 years ago

2.2.0-rc.2.1

7 years ago

2.1.1

7 years ago

2.2.0-rc.2

7 years ago

2.2.0-rc.1

7 years ago

2.2.0-rc.0

7 years ago

2.1.0

7 years ago

2.1.0-rc.2

7 years ago

2.1.0-rc.1

7 years ago

2.0.7

7 years ago

2.1.0-rc.0

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.0

7 years ago

2.0.0-rc.3

7 years ago

2.0.0-rc.2

7 years ago

2.0.0-rc.1

7 years ago

2.0.0-rc.0

7 years ago

1.0.4-rc.4

7 years ago

1.0.4-rc.3

7 years ago

1.0.4-rc.2

7 years ago

1.0.4-rc.1

7 years ago

1.0.4-rc.0

7 years ago

1.0.3

7 years ago

1.0.3-rc.0

7 years ago

1.0.2

8 years ago

1.0.2-rc.0

8 years ago

1.0.1

8 years ago

1.0.0-beta.11

8 years ago

1.0.0-beta.10

8 years ago

1.0.0-beta.9

8 years ago

1.0.0-beta.8

8 years ago

1.0.0-beta.7

8 years ago

1.0.0-beta.6

8 years ago

1.0.0-beta.5

8 years ago

1.0.0-beta.4

8 years ago

1.0.0-beta.3

8 years ago

1.0.0-beta.2

8 years ago

1.0.0-beta.1

8 years ago

1.0.0-beta.0

8 years ago

1.0.0-alpha.46

8 years ago

1.0.0-alpha.45

8 years ago

1.0.0-alpha.44

8 years ago

1.0.0-alpha.43

8 years ago

1.0.0-alpha.42

8 years ago

1.0.0-alpha.41

8 years ago

1.0.0-alpha.40

8 years ago

1.0.0-alpha.39

8 years ago

1.0.0-alpha.38

8 years ago

1.0.0-alpha.37

8 years ago

1.0.0-alpha.36

8 years ago

1.0.0-alpha.35

8 years ago

1.0.0-alpha.34

8 years ago

1.0.0-alpha.33

8 years ago

1.0.0-alpha-28

8 years ago

1.0.0-alpha.32

8 years ago

1.0.0-alpha.31

8 years ago

1.0.0-alpha.30

8 years ago

1.0.0-alpha.29

8 years ago

1.0.0-alpha.28

8 years ago

1.0.0-alpha-27.0

8 years ago

1.0.0

8 years ago

1.0.0-alpha.26

8 years ago