0.0.59-cl • Published 5 years ago

test-web-componets v0.0.59-cl

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Build Status

Links

Overview

  • This is a collection of web components reusable across projects and frameworks.
  • It is built with a web component framework called StencilJS - https://stenciljs.com
  • Stencil components are just Web Components, so they work in any major framework or with no framework at all.

  • Currently the following frameworks support the use of these components:

    • Angular 2.+
    • React
    • VueJS
    • Vanilla JS
  • We encourage you to contribute to this repo when you are developing a component that can be useful in other projects

Project Structure

atajo-web-components
│
│   README.md - This file
│   stencil.config.ts - The main stencil config file (see stenciljs.com)
│   tsconfig.json - The main typescript config file
│   typedoc.config.ts - The typedoc config file
│
└───src
│   │   components.d.ts - Auto generated by the Stencil compiler
│   │   index.html - Add and test your components here
│   │
│   └───assets
│   │   └───images - place image assets related to your components here
│   │
│   └───components
│   │   └───atajo - add your composite components here (e.g. atajo-auth)
│   │   └───base - base components (StencilJS wrappers for https://material.io/develop/web/)
│   │
│   └───global - place you global definitions here (shared by components)
│
└───docs - auto generated by running: npm run docs

Getting Started

Clone the repo:

git clone https://git@github.com/BritehouseMobile/atajo-web-components

Install dependencies:

npm install

Run the dev server:

npm start

Run tests:

npm test

Generate docs:

npm run docs

Build for production:

npm run build

Deploy:

npm run deploy

Naming Components

  • We strongly encourage you to use the atajo- prefix when creating a new composite component.
  • Choose a name that fits the function of your component

Using components

TODO

0.0.59-cl

5 years ago

0.0.58-cl

5 years ago

0.0.57-cl

5 years ago

0.0.56-cl

5 years ago

0.0.55-cl

5 years ago

0.0.54-cl

5 years ago

0.0.53-cl

5 years ago

0.0.52-cl

5 years ago

0.0.51-cl

5 years ago

0.0.50-cl

5 years ago

0.0.49-cl

5 years ago

0.0.48-cl

5 years ago

0.0.47-cl

5 years ago

0.0.46-cl

5 years ago

0.0.45-cl

5 years ago

0.0.45-ci

5 years ago

0.0.44

5 years ago

0.0.43

5 years ago

0.0.42

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.36

5 years ago

0.0.35

5 years ago

0.0.34

5 years ago

0.0.33

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.28

5 years ago

0.0.27

5 years ago

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7-npm

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago