23 | );
24 |
25 | const Block = props => (
26 |
30 |
35 |
36 | );
37 |
38 | // TODO Change the format slightly to include some pictures, maybe ?
39 | // scalamock has some generic icons, but they do the job relatively well.
40 | const hookContent = [
41 | "**Simple yet powerful**: Scala3Mock has very clean and concise syntax, reasonable defaults, powerful features and is fully type-safe.",
42 | "**Full Scala support**: Full support for Scala 3 features such as: Polymorphic methods, Operators, Overloaded methods, Type constraints, Implicits, and more.",
43 | "**Popular Test framework integration**: Scala3Mock can be easily used in ScalaTest and Munit testing frameworks.",
44 | "**Quick Start**: Quick introduction to Scala3Mock describing basic usage of this mocking framework",
45 | "**User Guide**: Complete Scala3Mock manual with lots of hints and examples",
46 | "**Open Source**: Scala3Mock is open source and licenced under the MIT licence"
47 | ];
48 |
49 | return (
50 |