cljdoc badge

This commit is contained in:
Nikita Prokopov
2018-10-08 22:56:06 +03:00
parent 0192439fa3
commit 1dcbabb6d4

View File

@ -10,6 +10,7 @@ Rum is a client/server library for HTML UI. In ClojureScript, it works as React
- [Comparison to other frameworks](#comparison-to-other-frameworks)
- [Whos using Rum?](#whos-using-rum)
- [Using Rum](#using-rum)
- [API Docs](#api-docs)
- [Defining a component](#defining-a-component)
- [Rendering component](#rendering-component)
- [Updating components manually](#updating-components-manually)
@ -77,6 +78,10 @@ Rum:
Add to project.clj: `[rum "0.11.2"]`
### API Docs
[![cljdoc badge](https://cljdoc.xyz/badge/rum/rum)](https://cljdoc.xyz/d/rum/rum/CURRENT)
### Defining a component
Use `rum.core/defc` (short for “define component”) to define a function that returns component markup: