2.0.10 • Published 6 years ago

tags v2.0.10

Weekly downloads
99
License
MIT
Repository
github
Last release
6 years ago

Tags

Generate UI for reactjs in vanilla javascript.

The default tags.js build uses DOM elements for web browsers (tags/bootstraps/react-dom).

You can also use tags/bootstraps/react-native and tags/bootstraps/react-native-desktop.

Tags exposes a number of functions for easily creating views using flexbox layout.

// Views
tags.View
tags.TextView
tags.ImageView
tags.LinkView
tags.ListView

// Styles
tags.Width
tags.Height
tags.Background
tags.Color
tags.Style

// Helpers
tags.OnClick
tags.OnKeyPress
tags.OnChange
tags.Map
tags.ExposeGlobals
tags.MountApp

// Fonts
tags.LoadFont

// Flexbox
tags.Row
tags.Col
tags.RowReverse
tags.ColReverse
tags.Wrap
tags.WrapReverse
tags.JustifyContent
tags.AlignItems
tags.AlignContent
tags.Order
tags.Fix
tags.Flex
tags.AlignSelf

All commonly used methods can be made globally available:

tags.ExposeGlobals()

Example

See examples/exampleReactApp.js

2.0.10

6 years ago

2.0.9

6 years ago

2.0.8

7 years ago

2.0.7

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

8 years ago

2.0.1

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

0.2.0

8 years ago

0.1.0

12 years ago