2 रिपॉजिटरी
Tools that generate JavaScript source code from typed component definitions.
Distinct from JavaScript Component Controllers: None of the candidates describe the actual generation of JS code from TS sources via CLI.
Explore 2 awesome GitHub repositories matching user interface & experience · JavaScript Component Generators. Refine with filters or upvote what's useful.
shadcn-svelte is a collection of accessible and customizable user interface elements for Svelte applications. Rather than being distributed as a traditional dependency, these components are provided as source code that is copied directly into the project codebase. The library utilizes a registry-based distribution system, allowing users to install specific UI blocks and components via a command-line interface. This system uses JSON metadata to define dependencies and file paths, while a bootstrapping process automates the configuration of styles and CSS variables. The project integrates Tail
Produces non-TypeScript versions of UI components via a command line interface for projects without static typing.
PegJS एक पार्सिंग एक्सप्रेशन ग्रामर टूल और JavaScript पार्सर जनरेटर है। यह एक ग्रामर कंपाइलर के रूप में कार्य करता है जो औपचारिक ग्रामर स्पेसिफिकेशन्स को संरचित टेक्स्ट का विश्लेषण करने और जटिल इनपुट स्ट्रिंग्स को प्रोसेस करने के लिए निष्पादन योग्य JavaScript कोड में बदल देता है। यह सिस्टम डिटरमिनिस्टिक पार्सर्स उत्पन्न करता है जो कॉन्टेक्स्ट-फ्री ग्रामर की अस्पष्टता से बचते हैं। यह रैखिक समय जटिलता सुनिश्चित करने के लिए मेमोइज़ेशन के साथ पैकराट पार्सिंग मॉडल का उपयोग करता है। टूलसेट डोमेन-विशिष्ट भाषाओं और कस्टम भाषा विकास के कार्यान्वयन का समर्थन करता है। इसमें पुनरावर्ती ग्रामर नियम परिभाषा और संरचित डेटा में मिलान किए गए टेक्स्ट को बदलने के लिए इनलाइन सिमेंटिक क्रियाएं शामिल हैं।
Translates parsing expression grammar definitions into functional JavaScript code for text analysis.