2.0.10 • Published 8 years ago
tags v2.0.10
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
8 years ago
2.0.9
8 years ago
2.0.8
8 years ago
2.0.7
8 years ago
2.0.6
8 years ago
2.0.5
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
9 years ago
2.0.1
9 years ago
1.1.4
9 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
0.2.0
10 years ago
0.1.0
13 years ago