Guest User

Untitled

a guest
Jan 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. @OakForm.TextBox(
  2. form.Title(new Oak.Hash
  3. {
  4. { "class", "rounded" },
  5. { "placeholder", "type text here" },
  6. { "data-first-time", "true" },
  7. { "padding", "10px" },
  8. { "background-color", "red" }
  9. }))
Add Comment
Please, Sign In to add comment