All Projects β†’ siketyan β†’ lmth

siketyan / lmth

Licence: MIT license
πŸ‘‹ WIP: Say good-bye to HTML, a document markup which is not for applications.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to lmth

react-sketch-canvas
Freehand vector drawing component for React using SVG as canvas πŸ–ŒοΈ
Stars: ✭ 109 (+194.59%)
Mutual labels:  react-library
flowbite
The most popular and open-source library of Tailwind CSS components
Stars: ✭ 3,727 (+9972.97%)
Mutual labels:  ui-framework
react-simple-star-rating
A simple react component for adding a star rating to your project.
Stars: ✭ 74 (+100%)
Mutual labels:  react-library
awesome-libraries-resources
Awesome js and css libraries for web development.
Stars: ✭ 32 (-13.51%)
Mutual labels:  react-library
Semantic Ui React
The official Semantic-UI-React integration
Stars: ✭ 12,561 (+33848.65%)
Mutual labels:  react-library
reoil
🧑Reoil is a low-level react original component library which can be used as wapper to replace <div> <img> etc, also can be wrapper for any other components."
Stars: ✭ 26 (-29.73%)
Mutual labels:  react-library
react-loading-icons
A TypeScript-React edition of Sam Herbert's amazing SVG Loaders.
Stars: ✭ 32 (-13.51%)
Mutual labels:  react-library
useCustomHooks
πŸ“¦ npm package containing a set of custom hooks for your next React project.
Stars: ✭ 12 (-67.57%)
Mutual labels:  react-library
JS HTML Widgets
Easily create widget objects of arbitrary complexity
Stars: ✭ 16 (-56.76%)
Mutual labels:  ui-framework
cef3d
HTML renderer for (mainly) games and standalone applications, CEF3 wrapper, completely free Awesomium alternative
Stars: ✭ 49 (+32.43%)
Mutual labels:  ui-framework
react-emotion-multi-step-form
React multi-step form library with Emotion styling
Stars: ✭ 25 (-32.43%)
Mutual labels:  react-library
Reactcss
πŸ’„ Inline Styles in JS
Stars: ✭ 1,603 (+4232.43%)
Mutual labels:  react-library
react-native-tus-client
React Native client for the tus resumable upload protocol.
Stars: ✭ 38 (+2.7%)
Mutual labels:  react-library
stan
πŸ”¨ Collection of front-end engineering tools
Stars: ✭ 19 (-48.65%)
Mutual labels:  react-library
KaiUI
Useful native UI components for KaiOS
Stars: ✭ 29 (-21.62%)
Mutual labels:  ui-framework
create-chakra-icons
Transform SVGs to React Chakra UI <Icon /> ✨
Stars: ✭ 80 (+116.22%)
Mutual labels:  react-library
alauda-ui
Enterprise level Angular UI framework from Alauda Frontend Team.
Stars: ✭ 28 (-24.32%)
Mutual labels:  ui-framework
ui-glassmorphism
πŸ“˜ React component library on 'glassmorphism' UI/UX trend.
Stars: ✭ 20 (-45.95%)
Mutual labels:  react-library
react-timepicker
React timepicker in Android KitKat style
Stars: ✭ 23 (-37.84%)
Mutual labels:  react-library
react-semantic-render
Semantic helper components for rendering content with React.
Stars: ✭ 13 (-64.86%)
Mutual labels:  react-library

πŸ‘‹ LMTH

Say good-byte to HTML, a document markup which is not for applications.

πŸš€ Motivation

These days, we usually use HTML to compose our Web applications. As you know, HTML is a document markup language. I am considering that the usage is incorrect for HTML's semantics. Most of Web applications are not document already; it is no longer suitable to use HTML as their language.

This project, LMTH, proposes you to throw HTML away from your application. You can write applications which work on Web browser, without thinking about the markup. Only you need to consider is how to layout UI components now.

πŸ“¦ Installation

pnpm install git+https://github.com/siketyan/lmth.git

πŸ“„ Licence

This program is licenced under the MIT Licence. For details, refer LICENCE.md .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].