a small incremental UI library for the web
javascript web ui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lengthen description

garrison c971d54d cec8bb60

+4 -1
+4 -1
README.md
··· 1 1 # Noir 2 2 3 - Noir is a small incremental UI library with zero dependencies. 3 + Noir is a small incremental UI library for the web. 4 + 5 + Noir is designed to be fast and small, and it has zero dependencies. 4 6 It offers a declarative API virtually identical to that of post-hooks React, 5 7 and runs on an asynchronous (time-sliced and interruptible) engine similar to React's Fiber engine. 8 + Component-scoped CSS is also included. 6 9 7 10 ## Status 8 11